Calc .NET Class Library
C#
VB
Show/Hide TOC
Variable
Value
Type Enumeration
Represents the value-type of the variable.
Definition
Namespace:
Independentsoft.Office.Odf.Fields
Assembly:
Independentsoft.Calc (in Independentsoft.Calc.dll) Version: 3.0.520.1+c6c593d5629a051e0af021b238c5d69d764f9686
C#
Copy
public
enum
VariableValueType
VB
Copy
Public
Enumeration
VariableValueType
Members
Float
0
Numeric value.
Percentage
1
Numeric value.
Currency
2
Numeric value and currency symbol.
Date
3
Date value.
Time
4
Time value.
Boolean
5
Boolean value.
String
6
String value.
See Also
Reference
Independentsoft.Office.Odf.Fields Namespace
In This Article
Definition
Members
See Also